Skip to content

Unified benchmark runner with YAML config #3259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

SSYernar
Copy link
Contributor

@SSYernar SSYernar commented Aug 6, 2025

Summary:

  • Implemented unified benchmark runner with YAML configuration.
  • Created main benchmark executable unified_benchmark_runner.py.
  • Added example .YAML config files for both module and pipeline level benchmarks.

Differential Revision: D79701597

…rch#3251)

Summary:

- Moved the EBC-only logic into a separate file `benchmark_ebc.py`
- Removed linter issues

Differential Revision: D79512602
Summary:

Added `benchmark_module` function that benchmarks the given module, sharding type, and planner across multiple GPUs.

Differential Revision: D79515598
…lt (pytorch#3258)

Summary:

Stack pipeline benchmark per-rank-results into a single BenchmarkResult to measure overall performance across GPUs. 

This will cause 'intentional' **2x regression** for allocated memory metrics since we are accumulating the total memory stats across two given GPUs instead of measuring only one. After the change is landed, I will **re-register** the ServiceLab task with the new baseline metrics to avoid future false regression warnings.

Differential Revision: D79537357
Summary:
- Implemented unified benchmark runner with YAML configuration.
- Created main benchmark executable unified_benchmark_runner.py.
- Added example .YAML config files for both module and pipeline level benchmarks.

Differential Revision: D79701597
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 6, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D79701597

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants